@charset "UTF-8";
*{
	margin: 0;
	padding:0;
	border:0;
	box-sizing: border-box;
}
#Andstill h1{
	color: #A2006D;
	width: 100%;
	text-align: left;
	letter-spacing: 0.07em;
	font-family: Georgia, serif;
	font-size: 100%;
	font-weight: bold;
	line-height: 1.4;
	margin: 0 auto 0 3%;
		
}

#Andstill{
	color: #A2006D;
	width: 58%;
	text-align: left;
	letter-spacing: 0.07em;
	font-family: Georgia, serif;
	font-size: 120%;
	font-weight: bold;
	line-height: 1.6;
	background: url("Images/And Still I Think Of You3BGFull.jpg");
	background-repeat: no-repeat;
	margin: 0 auto; 
	padding:  2% 2% 0 2%;
	border: 4px solid #00008B;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;

	
}
.Copyright1{
	color: #A2006D;
	width: 100%;
	text-align: left;
	letter-spacing: 0.1em;
	font-family: Georgia, serif;
	font-size: 70%;
	font-weight: bold;
	line-height: 1.4;
	margin: 0 0 0 0;
	padding: 2% 0 ;
	
}

/*	MEDIA QUEIRIES ONWARDS*/


@media screen and (max-width: 1280px){
	#Andstill{
		width: 63%;
	}
}

@media screen and (max-width: 1024px){
	#Andstill{
		width: 78%;
	}
}

@media screen and (max-width: 768px){
	#Andstill{
		background: url("Images/And Still I Think Of You3BG768.jpg");
	background-repeat: no-repeat;
		padding:  2% 5% 0 2%;
		width: 90%;
	}
}

@media screen and (max-width: 640px){
	#Andstill{
		width: 97%;
	}
}

@media screen and (max-width: 500px){
	#Andstill{
		font-size: 90%;
		background: url("Images/And Still I Think Of You3BG500.jpg");
		background-repeat: no-repeat;
		width: 97%;
		padding: 2% 2% 0 2%;
	}
}

@media screen and (max-width: 480px){
	#Andstill{
		font-size: 90%;
		background: url("Images/And Still I Think Of You3BG500.jpg");
		background-repeat: no-repeat;
		width: 98%;
		padding: 2% 2% 2% 10%;
	}
}






